linux解压.zip文件乱码处理的一个脚本
path if __name__ == __main__: argv = sys.argv main(argv) 复制代码可以另命名但后缀是py不要忘记他需要python解析, w) fo.write(data) fo.close except: pass file.close() def main(argv): ###################################################### # for argparse p = argparse.ArgumentParser(description=解决unzip乱码) p.add_argument(xxx, help=密码) global args args = p.parse_args(argv[1:]) xxx = args.xxx for path in xxx: if path.endswith(.zip): if os.path.exists(path): print s % (1, 用法: python2 unzip.py azipfile1.zip azipfile2.zip python2 unzip.py azipfile.zip -s secret 。
使用linux系统往往会下载windows平台编码的文件一般是.zip文件/ #!/usr/bin/env python2 # -*- coding: utf-8 -*- import os import sys import zipfile import argparse s = \x1b[%d;%dm%s\x1b[0m # terminual color template def unzip(path): file = zipfile.ZipFile(path,r) if args.secret: file.setpassword(args.secret) for name in file.namelist(): try: utf8name=name.decode(gbk) pathname = os.path.dirname(utf8name) except: utf8name=name pathname = os.path.dirname(utf8name) #print s % (1, 91, 91, utf8name #pathname = os.path.dirname(utf8name) if not os.path.exists(pathname) and pathname != : os.makedirs(pathname) data = file.read(name) if not os.path.exists(utf8name): try: fo = open(utf8name, path unzip(path) else: print s % (1, path else: print s % (1, nargs=*, --secret, ++ unzip:), 97, !! file isn\t a zip file.), \ help=命令对象.) p.add_argument(-s, 92。
type=str, !! file doesn\t exist.), extracting:), \ default=None, action=store,。
相关热词:
本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!
本文地址: https://v30.fanwenzhu.com/server/kaifa/11093.shtml
相关文章
热门TAG
win10 ecshop 主机 阿里云 解决 配置 C# C++ 解析 SQL语句 命令 Go语言 方法 CSS3 HTML5 CSS win7 MSSQL 服务器配置 IIS7.5 IIS7 IIS6 IIS CentOS 7 Linux oracle数据库 oracle phpcms discuz discuz教程最新文章
-
最强调试器DDD(Data Displ
时间:2021-01-07
-
Linux C语言基础IT之家——
时间:2021-01-07
-
Linux内核插入卸载模块
时间:2021-01-07
-
Linux下的c基础编程——字
时间:2021-01-06
-
Linux下的c基础编程——按
时间:2021-01-06
-
Linux下简单的cIT之家——选
时间:2021-01-06
-
linux通过/sys/class/gpio文件操
时间:2021-01-06
-
通过Java实现Linux系统下g
时间:2021-01-06
热门文章
-
开发一个Linux调试器(四):Elves和dwarv
时间:2020-12-22
-
开发一个Linux调试器(五):源码和信号
时间:2020-12-22
-
shell脚本之始
时间:2020-12-29
-
Linux下简单的cIT之家——选择法排序
时间:2021-01-06
-
linux中gdb的可视化调试
时间:2020-12-27
-
如何挑选你的第一门IT之家语言
时间:2020-12-26
-
通过Java实现Linux系统下grep指令的功能
时间:2021-01-06
-
Linux下的c基础编程——按原顺序插入元素
时间:2021-01-06
-
获取linux机器上的网卡地址
时间:2020-12-26
-
Linux内核插入卸载模块
时间:2021-01-07
